golang.org/x/tools/internal/pkgbits.Decoder.common (field)

8 uses

	golang.org/x/tools/internal/pkgbits (current package)
		decoder.go#L191: 		common: pr,
		decoder.go#L211: 		common: pr,
		decoder.go#L236: 	common *PkgDecoder
		decoder.go#L307: 	if !r.common.sync {
		decoder.go#L338: 	fmt.Printf("export data desync: package %q, section %v, index %v, offset %v\n", r.common.pkgPath, r.k, r.Idx, pos)
		decoder.go#L342: 		fmt.Printf("\t[stack trace unavailable; recompile package %q with -d=syncframes]\n", r.common.pkgPath)
		decoder.go#L345: 		fmt.Printf("\t%s\n", r.common.StringIdx(r.rawReloc(RelocString, pc)))
		decoder.go#L414: 	return r.common.StringIdx(r.Reloc(RelocString))